From: kfraser@localhost.localdomain Date: Tue, 17 Oct 2006 17:22:19 +0000 (+0100) Subject: Allow CONFIG_IOEMU=n to work. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15589^2~71 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=26857f0f263c0f126b9c2c58377bc275c8c7fb12;p=xen.git Allow CONFIG_IOEMU=n to work. Signed-off-by: John Levon --- diff --git a/tools/Makefile b/tools/Makefile index d16b590fe7..f1f25f19bf 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -60,7 +60,7 @@ check_clean: $(MAKE) -C check clean .PHONY: ioemu ioemuinstall ioemuclean -ifdef CONFIG_IOEMU +ifeq ($(CONFIG_IOEMU),y) export IOEMU_DIR ?= ioemu ioemu ioemuinstall: [ -f $(IOEMU_DIR)/config-host.mak ] || \